Welcome![Sign In][Sign Up]
Location:
Search - fft dsp

Search list

[DSP program用汇编实现的FFT 程序

Description:

用汇编实现的FFT 程序。基于ADI的DSP 实时处理程序


Platform: | Size: 6838 | Author: Simonz | Hits:

[Other resource使用CCS进行DSP编程2-实现FFT

Description: 使用CCS进行DSP编程2-实现FFT,用CCS2.0在进行TI的DSP开发时,可以实现FFT的开发。-use CCS DSP programming 2-FFT with CCS2.0 during TI's DSP development, can achieve FFT development.
Platform: | Size: 437338 | Author: 穆群生 | Hits:

[Other resourceC6000 FFT编程指南

Description: C6000系列DSP FFT编程指南-C6000 DSP FFT Programming Guide
Platform: | Size: 437445 | Author: 陈旭 | Hits:

[Other resourceTI 54x fft

Description: DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和N^2成正比的,当N很大时,运算量是可观的,因而需要改进对DFT的算法减少运算速度。 根据傅立叶变换的对称性和周期性,我们可以将DFT运算中有些项合并。 我们先设序列长度为N=2^L,L为整数。将N=2^L的序列x(n)(n=0,1,……,N-1),按N的奇偶分成两组,也就是说我们将一个N点的DFT分解成两个N/2点的DFT,他们又从新组合成一个如下式所表达的N点DFT: 一般来说,输入被假定为连续、合成的。当输入为纯粹的实数的时候,我们就可以利用左右对称的特性更好的计算DFT。 我们称这样的RFFT优化算法是包装算法:首先2N点实数的连续输入称为“进包”。其次N点的FFT被连续被运行。最后作为结果产生的N点的合成输出是
Platform: | Size: 439370 | Author: 徐克 | Hits:

[Other resourceLab19-FFT

Description: dsp中的快速傅立叶变换的算法,基于TI公司的5509这款芯片。-dsp the Fast Fourier Transform algorithm, based on TI's 5509 chip.
Platform: | Size: 31886 | Author: 周阳 | Hits:

[Other resourceligl-fft

Description: 基于tms320vc55*系列DSP常用算法,包括: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C - Fast Convolution 5. matlab 源码- Based on tms320vc55* series DSP commonly used algorithm, including: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C - Fast Convolution 5. matlab source code
Platform: | Size: 79064 | Author: 李国龙 | Hits:

[Other resourcelab0503-FFT

Description: 用C语言编写的FFT,可以在DSP通过运行。 -C language FFT can be run through the DSP.
Platform: | Size: 5493 | Author: 陈祥林 | Hits:

[Other resourceFFT1024dsp

Description: 一个实用的1024点的FFT的dsp源程序-a practical point of the 1024 FFT dsp source
Platform: | Size: 12461 | Author: lin | Hits:

[Other resourceFFTtranslationinDSP

Description: 使用FFT变换求一个时域信号的频域特性,并从这个频域特性求出该信号的频域值,使用DSP汇编语言实现对FFT的DSP编程-FFT transform the use of a time-domain signals in the frequency domain characteristics, and from the frequency domain characteristics of the signal obtained in the frequency domain value, the use of DSP assembly language to achieve FFT DSP programming
Platform: | Size: 24560 | Author: zhoujianjun | Hits:

[Other resourcedsp-c-relize

Description: C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering
Platform: | Size: 71406 | Author: 王雪松 | Hits:

[Communication-MobileDSP-C30Fast_FFT

Description: TI公司的一个常用例程,对于DSP初学者很有帮助,本例为FFT,用于C30-a common routines for DSP beginners helpful, the cases of FFT for C30
Platform: | Size: 40500 | Author: 李松 | Hits:

[Other resourceC24x FFT Library

Description: TI提供的基于TMS320C24x系列DSP的快速傅立叶变换函数库-based on the TI TMS320C24x DSP series of Fast Fourier Transform functions
Platform: | Size: 1685917 | Author: 陆可 | Hits:

[Other resourceFFT

Description: 基于TI tms320lf2407 DSP 的FFT算法(编译环境CCS2.20)
Platform: | Size: 51243 | Author: 强飞 | Hits:

[ADO-ODBCdsp

Description: 创建一个实现FFT算法的DSP工程,并给工程中加入源文件、库文件和链接命令文件观察输入、输出数据的频谱; 改变FFT的点数,观察结果; 通过Profile分析算法的运行时间。
Platform: | Size: 161103 | Author: 陈志坤 | Hits:

[DSP programAudio_SWI_fft

Description: DSP DM6437 FFT使用示例程序(Sample program of fft)
Platform: | Size: 295936 | Author: 轩轩韶举 | Hits:

[matlabDSP课程设计_基于MATLAB的FFT算法实现

Description: DSP课程设计_基于MATLAB的FFT算法实现_09通信本2班(DSP course design of _ the FFT algorithm based on MATLAB _09 communication this class 2)
Platform: | Size: 218112 | Author: kkjjmm | Hits:

[Otherdsp-FFT

Description: 利用DSP28335实现FFT的例程,仅供大家参考。(dsp and fft.Using DSP28335 to achieve FFT routines, for your reference.)
Platform: | Size: 699392 | Author: mkqw | Hits:

[VHDL-FPGA-VerilogFFT音频实验

Description: 利用stm32完成所录制音乐利用dsp库的fft变换(Use STM32 to complete the FFT transformation of the recorded music using the DSP library.)
Platform: | Size: 4945920 | Author: albertyl | Hits:

[Embeded-SCM Developlab29-fft

Description: DSP的快速傅里叶变换例程 新手实用(DSP's fast Fourier transform routine)
Platform: | Size: 606208 | Author: aax | Hits:

[Communication-MobileDSP实验二

Description: 用FFT和戈泽尔算法基于GUI界面解码拨号语音信号(FFT;GUI;geoterzel;SCUT;DSP)
Platform: | Size: 5586944 | Author: CeciliaLau | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 40 »

CodeBus www.codebus.net